home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Brick Industry Associati…on Brick Construction 2.0
/
Brick Industry Association - Tech Notes on Brick Construction 2.0.iso
/
msie5
/
IE_S5.CAB
/
IE_5.CAB
/
ie.txt
< prev
next >
Wrap
Text File
|
2000-06-06
|
24KB
|
478 lines
-----------------------------------------------------------
SYSTEM REQUIREMENTS for
Microsoft Internet Explorer 5.5 and Internet Tools
June 2000
-----------------------------------------------------------
(c) Copyright Microsoft Corporation, 2000
This document provides information about the system requirements for
installing Microsoft(R) Internet Explorer 5.5 and Internet Tools.
If you're looking for information about a specific program or component,
try searching for it in the Microsoft Knowledge Base at:
http://support.microsoft.com.
If you are interested in complementary or late-breaking information
to supplement the release of Microsoft Internet Explorer 5.5 and Internet
Tools, please view the Readme.txt file on your computer in the Internet
Explorer folder in the Program Files folder.
------------------------
HOW TO USE THIS DOCUMENT
------------------------
To view Ie.txt on screen in Notepad, maximize the Notepad window.
To print Ie.txt, open it in Notepad or another word processor,
and then use the Print command on the File menu.
CONTENTS
========
SYSTEM REQUIREMENTS
Disk-Space Requirements for Internet Explorer 5.5 Installation
THE INDEPENDENT JPEG GROUP'S JPEG SOFTWARE README FOR RELEASE 6b
SYSTEM REQUIREMENTS
===================
To run Internet Explorer 5.5 and Internet Tools, your system must
meet the following minimum requirements:
- A 486 with a 66 MHz (megahertz) processor (Pentium processor
recommended)
- For Microsoft Windows(R) 95 or Windows 98:
16 MB (megabytes) of RAM (random access memory) minimum
- For Microsoft Windows NT(R) 4.0:
32 MB of RAM minimum
You must be running Service Pack 3 (or higher)
- For Microsoft Windows(R) 2000:
64 MB of RAM minimum
- Minimal installation (browser only):
Required to install: 45 MB
Required to run: 27 MB after restart
Typical installation:
Required to install: 70 MB
Required to run: 55 MB after restart
Full installation:
Required to install: 111 MB
Required to run: 80 MB after restart
- Mouse
- Modem or Internet connection
- CD-ROM drive (if installation is done from a CD-ROM)
- Some components may require additional system resources
not outlined above.
Disk-Space Requirements for Internet Explorer 5.5 Installation
---------------------------------------------------------------
Internet Explorer 5.5 and Internet Tools Beta Setup installs the
majority of its files on the drive where the Windows operating
system is installed, regardless of the installation location you
chose. To free up space on your hard disk in order to meet the
Internet Explorer 5.5 disk-space installation requirements,
you must free up space on the drive where the Windows operating
system is installed.
THE INDEPENDENT JPEG GROUP'S JPEG SOFTWARE README FOR RELEASE 6b
================================================================
MICROSOFT CORPORATION EXPLANATORY NOTE
--------------------------------------
Because Microsoft has included the source code of the Independent JPEG Group's
JPEG software in this product, Microsoft is obligated to also include information
from the README file that accompanied such software; this file contains information
regarding a separate Ansi2knr.c program. Microsoft has chosen not to distribute
the additional Ansi2knr.c program, so the provisions in the following information
regarding the inclusion of such program are not pertinent to this product.
The Independent JPEG Group's JPEG software README for Release 6b of 27-Mar-1998
-------------------------------------------------------------------------------
This distribution contains the sixth public release of the Independent JPEG
Group's free JPEG software. You are welcome to redistribute this software and
to use it for any purpose, subject to the conditions under LEGAL ISSUES, below.
Serious users of this software (particularly those incorporating it into
larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to
our electronic mailing list. Mailing list members are notified of updates
and have a chance to participate in technical discussions, etc.
This software is the work of Tom Lane, Philip Gladstone, Jim Boucher,
Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi,
Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG
Group.
IJG is not affiliated with the official ISO JPEG standards committee.
DOCUMENTATION ROADMAP
---------------------
This file contains the following sections:
OVERVIEW General description of JPEG and the IJG software.
LEGAL ISSUES Copyright, lack of warranty, terms of distribution.
REFERENCES Where to learn more about JPEG.
ARCHIVE LOCATIONS Where to find newer versions of this software.
RELATED SOFTWARE Other stuff you should get.
FILE FORMAT WARS Software *not* to get.
TO DO Plans for future IJG releases.
Other documentation files in the distribution are:
User documentation:
install.doc How to configure and install the IJG software.
usage.doc Usage instructions for cjpeg, djpeg, jpegtran,
rdjpgcom, and wrjpgcom.
*.1 Unix-style man pages for programs (same info as usage.doc).
wizard.doc Advanced usage instructions for JPEG wizards only.
change.log Version-to-version change highlights.
Programmer and internal documentation:
libjpeg.doc How to use the JPEG library in your own programs.
example.c Sample code for calling the JPEG library.
structure.doc Overview of the JPEG library's internal structure.
filelist.doc Road map of IJG files.
coderules.doc Coding style rules -- please read if you contribute code.
Please read at least the files install.doc and usage.doc. Useful information
can also be found in the JPEG FAQ (Frequently Asked Questions) article. See
ARCHIVE LOCATIONS below to find out where to obtain the FAQ article.
If you want to understand how the JPEG code works, we suggest reading one or
more of the REFERENCES, then looking at the documentation files (in roughly
the order listed) before diving into the code.
OVERVIEW
--------
This package contains C software to implement JPEG image compression and
decompression. JPEG (pronounced "jay-peg") is a standardized compression
method for full-color and gray-scale images. JPEG is intended for compressing
"real-world" scenes; line drawings, cartoons and other non-realistic images
are not its strong suit. JPEG is lossy, meaning that the output image is not
exactly identical to the input image. Hence you must not use JPEG if you
have to have identical output bits. However, on typical photographic images,
very good compression levels can be obtained with no visible change, and
remarkably high compression levels are possible if you can tolerate a
low-quality image. For more details, see the references, or just experiment
with various compression settings.
This software implements JPEG baseline, extended-sequential, and progressive
compression processes. Provision is made for supporting all variants of these
processes, although some uncommon parameter settings aren't implemented yet.
For legal reasons, we are not distributing code for the arithmetic-coding
variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting
the hierarchical or lossless processes defined in the standard.
We provide a set of library routines for reading and writing JPEG image files,
plus two sample applications "cjpeg" and "djpeg", which use the library to
perform conversion between JPEG and some other popular image file formats.
The library is intended to be reused in other applications.
In order to support file conversion and viewing software, we have included
considerable functionality beyond the bare JPEG coding/decoding capability;
for example,